home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGBLER / WHIZZARD.LZH / EASYDEMO.BAT < prev    next >
DOS Batch File  |  1984-07-12  |  2KB  |  46 lines

  1. CLS
  2. . EASYDEMO.BAT    OF CLUBware software BASIC PRINT enhancements
  3. .  Enhancements are for  1. interpreted BASICA on the IBM PC
  4. .             2. compiled BASIC with /O option
  5. .             3. compiled BASIC without /O option
  6. .
  7. .  Demonstrated to run on the IBM PC, using DOS 2.0, with
  8. .  IBM monochrome display adaptor or color graphics adaptor.
  9. .  The interpreted version does NOT run on the COMPAQ !
  10. .  The compiled versions appear to run on the COMPAQ.
  11. .  The compiled version does not run on the OTRONA.
  12. .
  13. .  The software has an UNKNOWN affect on
  14. .  Different PC and hardware display adaptor configurations.
  15. .
  16. . If you like and use this software, source code is included,
  17. .    please send $5.00 to   RAYHAWK AUTOMATION NW INC.
  18. .                P.O. BOX 1427
  19. .                Beaverton OR 97075
  20. .
  21. . Show how assembler calls improve compiled BASIC PRINT statements
  22. PAUSE  Enter to start this demo program
  23. BANDDEMO
  24. CLS
  25. .
  26. . Show how PRSLASHO speeds up compiled BASIC PRINT statements
  27. .    PRSLASHO is an 1100 byte program that is run and remains
  28. .    resident in the system as long as the computer is not booted.
  29. .    No changes are required to standard BASIC PRINT statements.
  30. .
  31. PRSLASHO
  32. PAUSE  Enter to start this demo program
  33. BANDDEMO
  34. CLS
  35. .
  36. . Show how each of the ASMBASIC subroutines can work with ro+tine SUBDEMO
  37. .
  38. PAUSE  Enter to start this demo program
  39. SUBDEMO
  40. CLS
  41. .
  42. . Show how fast different screens can be displayed, with and without
  43. . CLUBware Whizzard Screen I/O improvements to BASIC
  44. TYPE TIMEPRIN.FIL
  45. .
  46.